home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
teletub.swf
/
scripts
/
DefineButton2_276
/
BUTTONCONDACTION on(press, keyPress Space).as
Wrap
Text File
|
2001-11-21
|
202b
|
12 lines
on(press, keyPress "<Space>"){
set("/:Rounds","10");
tellTarget("/Rounds")
{
gotoAndPlay(1);
tellTarget("/Sounds")
{
gotoAndStop("Reload");
}
}
}